gtkgesture: Filter out touchpad events by default.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 9 Jul 2015 17:04:59 +0000 (19:04 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 12 Aug 2015 21:20:25 +0000 (23:20 +0200)
commit97e67e21a1e21215f1191a5be1f2fb102fb2d6a0
tree6088b5aecd3b7ee92f85276a753842ab259c54fb
parent8b1c9c0687e4d2deb65a7235e97bd1a2e63447ab
gtkgesture: Filter out touchpad events by default.

The gestures that don't want touchpad gesture events are majority,
even those that want such events will only listen to subsets (eg.
pinch, swipe,...).

So it makes sense to ignore touchpad events by default, and let
subclasses opt those in.
gtk/gtkgesture.c